home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCMania 73
/
PCMania CD73_1.iso
/
sharewar
/
juegos
/
bomber
/
bomber.exe
/
0
/
RCDATA
/
TFORM2
/
TFORM2.txt
Wrap
Text File
|
1998-07-12
|
3KB
|
138 lines
object Form2: TForm2
Left = 279
Top = 231
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Bomberman Leveleditor'
ClientHeight = 389
ClientWidth = 542
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Shape1: TShape
Left = 432
Top = 287
Width = 15
Height = 15
Brush.Color = clGray
end
object Shape2: TShape
Left = 432
Top = 306
Width = 15
Height = 15
Brush.Color = clSilver
end
object Shape3: TShape
Left = 432
Top = 326
Width = 15
Height = 15
Brush.Color = clOlive
end
object Shape4: TShape
Left = 432
Top = 345
Width = 15
Height = 15
Brush.Color = clGreen
end
object Shape5: TShape
Left = 432
Top = 364
Width = 15
Height = 15
Brush.Color = 14540253
end
object StringGrid1: TStringGrid
Left = 8
Top = 8
Width = 410
Height = 303
ColCount = 15
DefaultColWidth = 26
DefaultRowHeight = 19
DefaultDrawing = False
FixedCols = 0
RowCount = 15
FixedRows = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
ScrollBars = ssNone
TabOrder = 0
OnDrawCell = StringGrid1DrawCell
OnSelectCell = StringGrid1SelectCell
end
object RadioGroup1: TRadioGroup
Left = 456
Top = 272
Width = 81
Height = 113
Caption = 'Block Typ'
ItemIndex = 0
Items.Strings = (
'Hard'
'Soft'
'Random'
'Default'
'Soft/Extra')
TabOrder = 1
end
object Button1: TButton
Left = 8
Top = 352
Width = 75
Height = 25
Caption = 'Clear'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 136
Top = 320
Width = 75
Height = 25
Caption = 'Add'
TabOrder = 3
OnClick = Button2Click
end
object Edit1: TEdit
Left = 8
Top = 320
Width = 121
Height = 21
TabOrder = 4
Text = 'Normal'
end
object ListBox1: TListBox
Left = 424
Top = 8
Width = 113
Height = 257
ItemHeight = 13
TabOrder = 5
OnClick = ListBox1Click
end
object Button3: TButton
Left = 216
Top = 320
Width = 75
Height = 25
Caption = 'Replace'
TabOrder = 6
OnClick = Button3Click
end
object Button4: TButton
Left = 320
Top = 320
Width = 75
Height = 25
Caption = 'Delete'
TabOrder = 7
OnClick = Button4Click
end
end